| Einhugur OpenDocument Text Plugin for Xojo |
|
Hyperlink.Items Method
Returns ParagraphItemIterator for the items in the hyperlink. This function is for using with for each statements.
Parameters
Returns
- EinhugurODT.ParagraphItemIterator
Remarks
Usage:
for each it as ParagraphItem in link.Items
next
Iterators are not supported on Xojo 2019r1. You need newer Xojo to use Iterators.
See Also
Hyperlink Class